FlexReport for WinForms
AsyncActionWithProgressCompletedHandler<TProgress> デリゲート


C1.Document アセンブリ > C1.Document 名前空間 : AsyncActionWithProgressCompletedHandler<TProgress> デリゲート
The type of the progress data.
The asynchronous action.
The status of asynchronous action.
Represents a method that handles the completed event of an asynchronous action that provides progress updates.
シンタックス
'宣言
 
Public Delegate Sub AsyncActionWithProgressCompletedHandler(Of TProgress)( _
   ByVal asyncInfo As IAsyncActionWithProgress(Of TProgress), _
   ByVal asyncStatus As AsyncStatus _
) 
'使用法
 
Dim instance As New AsyncActionWithProgressCompletedHandler(Of TProgress)(AddressOf HandlerMethod)
public delegate void AsyncActionWithProgressCompletedHandler<TProgress>( 
   IAsyncActionWithProgress<TProgress> asyncInfo,
   AsyncStatus asyncStatus
)

パラメータ

asyncInfo
The asynchronous action.
asyncStatus
The status of asynchronous action.

型パラメータ

TProgress
The type of the progress data.
参照

参照

AsyncActionWithProgressCompletedHandler<TProgress> メンバ
C1.Document 名前空間